Conversation
|
@TYueksel I realized that it would be good to have this setup in a different docker-compose file - can you add one? |
|
Just renamed the existing file to docker-compose.auth.yml |
|
It doesn't seem to me like a good idea that the whole contents of the docker-compose file is copied into a new one... future changes in the original file need to be copied here. Is there a way that the authentication component is declared in a separate file that extends the original file? |
There are three ways how we could start pattern atlas with the authentication component separately from the original version without authentication, candidates and issues:
I would recommend using the third option, because it seems to me, that this one is fitting best, easily adjustable for the future and less complex than option 2. |
docker-compose.auth.yml
Outdated
| JDBC_DATABASE_PASSWORD: patternatlas | ||
| LATEX_RENDERER_HOST_NAME: latex-renderer | ||
| LATEX_RENDERER_PORT: 5030 | ||
| JDBC_DATABASE_NAME: patternatlas |
There was a problem hiding this comment.
JDBC_DATABASE_NAME is a duplicate key
Depends on those two PRs: